home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 121 / Computer Shopper 121 / Computer Shopper 121.iso / Internet / Demon / IEXPLORE / IEAKJAVA.EXE / CLASSR.EXE / java / io / FileNotFoundException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-01-31  |  359 b   |  11 lines

  1. package java.io;
  2.  
  3. public class FileNotFoundException extends IOException {
  4.    public FileNotFoundException() {
  5.    }
  6.  
  7.    public FileNotFoundException(String var1) {
  8.       super(var1);
  9.    }
  10. }
  11.